Fix return type of replace_constants().
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 20 Feb 2006 20:05:05 +0000 (20:05 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 20 Feb 2006 20:05:05 +0000 (20:05 +0000)
gpsbabel/mkshort.c

index 1f3403b516d7aff8c8af0b88963938235447c481..4a156923d9905f90dceec1014fb91bf3b97520d4 100644 (file)
@@ -237,7 +237,7 @@ delete_last_vowel(int start, char *istring, int *replaced)
  * Open the slippery slope of literal replacement.   Right now, replacements
  * are made only at the end of the string.
  */
-char *
+void
 replace_constants(char *s)
 {
        struct replacements *r;